home *** CD-ROM | disk | FTP | other *** search
/ Charting the unknown - H…ing at Harvard Became GIS / Charting the Unknown.ISO / pc / css / styles.css
Encoding:
Cascading Style Sheet File  |  2006-06-19  |  1.2 KB  |  92 lines

  1. /* = GENERAL =
  2. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+ */
  3.  
  4. BODY {
  5.     margin-top: 0px;
  6.     background-color: #D9D2AA;
  7.     font-family: Verdana, Arial, Helvetica, sans-serif;
  8.     font-size: 12px;
  9.     font-style: normal;
  10.     line-height: 1.5;
  11.     font-weight: normal;
  12.     font-variant: normal;
  13.     color: #29160D;
  14. }
  15.  
  16. a:link {
  17.     color: #000000;
  18. }
  19.  
  20. a:visited {
  21.     color: #29160d;
  22. }
  23.  
  24. a:hover {
  25.     color: #59160d;
  26. }
  27.  
  28. .title {
  29.     font-size: 16px;
  30.     font-weight: bold;
  31.     line-height: 1.5;
  32. }
  33.  
  34.  
  35. .subtitle {
  36.     font-size: 12px;
  37.     line-height: 1.5;
  38.     font-weight: bold;
  39. }
  40.  
  41.  
  42. .text {
  43.     font-size: 10px;
  44.     line-height: 1.5;
  45. }
  46.  
  47.  
  48. .link {
  49.     font-size: 10px;
  50.     font-weight: bold;
  51.     text-decoration: underline;
  52. }
  53.  
  54.  
  55. .Launch {
  56.     font-size: 18px;
  57.     font-weight: bold;
  58. }
  59.  
  60.  
  61.  
  62.  
  63. /* = INDEX =
  64. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+ */
  65.  
  66. .description {
  67.     font-size: 10px;
  68.     line-height: 1.25;
  69. }
  70.  
  71. .description_subtitle {
  72.     font-weight: bold;
  73. }
  74.  
  75.  
  76.  
  77.  
  78. /* = PRESENTATION =
  79. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+ */
  80.  
  81.  
  82. navbar .a {
  83.     font-size: 12px;
  84.     font-weight: bold;
  85.     color: #FFFFFF;
  86. }
  87.  
  88. .navbar {
  89.     color: #FFFFFF;
  90.     font-size: 14px;
  91. }
  92.